arm: link a device tree blob into the xen image
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 13 Feb 2012 14:24:48 +0000 (14:24 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 13 Feb 2012 14:24:48 +0000 (14:24 +0000)
commit1a308e6a951208e02621b8e7c4be2cd582317a9f
tree9e15566192e646f007397309575a1d4663d5818f
parentdc8bd9d0697edff43cb8bfdc47f49a5af32bf4dc
arm: link a device tree blob into the xen image

Link a device tree blob (DTB) into the xen image.  This is loaded
immediately after Xen and xen_start() is called with the correct
address in atag_paddr.

The DTB file must be supplied by setting the CONFIG_DTB_FILE variable
in .config or on the make command line.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
config/arm.mk
xen/arch/arm/Makefile
xen/arch/arm/dtb.S [new file with mode: 0644]
xen/arch/arm/head.S
xen/arch/arm/xen.lds.S